home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / pbclon21.zip / PBCLONE.NEW < prev    next >
Text File  |  1993-01-12  |  19KB  |  453 lines

  1. PBClone 2.1, 01/12/93:
  2.  
  3.    *** WARNING ***
  4.    Note that the Num2Phone and Phone2Num functions rely on the
  5.    current format of phone numbers, which is apparently going
  6.    to change in a year or so.  You are advised not to use these
  7.    functions, as they will not be reliable with the new setup.
  8.  
  9.    The registration fee for PBClone has been raised to $35.
  10.    New releases will be coming out less often-- perhaps once or
  11.    twice per year-- since the library has become too large for
  12.    casual updates.
  13.  
  14.    My thanks, this edition, to Bruce Guthrie and Raymond T.
  15.    Schwarz for bug reports and wise suggestions.  They have
  16.    been awarded free upgrades.
  17.  
  18.    The order form has been renamed from REGISTER.TXT to
  19.    ORDER.FRM, since that seems to be a more common convention.
  20.    Also, CREATE.BAT has been renamed to MAKEDEMO.BAT.
  21.  
  22.    Some of the DECLAREs were not compatible with VB-DOS due to
  23.    use of VB-DOS reserved words.  Thanks to Douglas E. Carr for
  24.    bringing this to my attention-- it has been fixed.
  25.  
  26.    In the interest of keeping the size of the PBClone archive
  27.    manageable, the .EXE versions of the demo files have been
  28.    removed.  Use MAKEDEMO.BAT to make them after installing the
  29.    PBClone library as explained in PBCLONE.DOC.
  30.  
  31.    Fixes:
  32.       Any2Dec, FileCopy, ForceMatch, GrafPrint docs, HiByte
  33.       DECLARE, LoByte DECLARE, Month0 far string version,
  34.       PSortSt, SInput, SSrch, StripSpaces for trim left,
  35.       WindowMan4 top line.
  36.  
  37.    Improvements:
  38.       Any2Dec converted to asm.
  39.       CenterSt converted to asm.
  40.       FindFirstA now supports the new PKZIP 2.0 "deflated"
  41.         format, and can read ZIP2EXE self-extracting files.
  42.       IdentifyFile covers more file types.
  43.  
  44.    Additions:
  45.       BoxMenu, BoxMenu1, CheckSum2, Command2, DataSeg2,
  46.       DReadAbs, DReadAbsBig, DWriteAbs, DWriteAbsBig, FileMenu,
  47.       FLock, FUnlock, FromPostal, GetMemBox, GetPrtSc, GetPSP,
  48.       IStrNB, MMCheck2, PrintBox, ReadScreen, RotateL,
  49.       RotateLL, RotateR, RotateRL, SCrunchSS, SetLogiDrive,
  50.       ShowIcon, ToPostal, TVIdle, UnSCrunchSS
  51.  
  52.  
  53.  
  54. PBClone 2.0, 10/19/92:
  55.  
  56.    From AdvBas to PBClone, I've kept a registration price of
  57.    $25 for the last seven years.  What was a good deal for a
  58.    library of some 100 routines turned into a ludicrously low
  59.    price for the 525+ routines in PBClone, however.  In order
  60.    to scale the price back to a mere outrageous bargain, I am
  61.    raising the registration fee to $35 as of January 1, 1993.
  62.  
  63.    Special thanks to Bruce Guthrie for his many suggestions and
  64.    attentive bug reporting, which have been of great benefit to
  65.    PBClone on a continuing basis.  Kudos!  (AND a free update!)
  66.  
  67.    My BasWiz and PBClone libraries had a name conflict: both
  68.    contained FOpen and FClose routines.  To resolve this, I've
  69.    renamed the PBClone versions to FOpen1 and FClose1.
  70.  
  71.    Instructions are now included for creating a PBClone library
  72.    for use with the Visual Basic for DOS compiler.
  73.  
  74.    Among the new additions are file routines for numeric I/O,
  75.    get/set individual palette values, convert a numeric ASCII
  76.    code to uppercase, read 4DOS-style file descriptions, get
  77.    mouse info, center a string, get CPU speed, and others.
  78.  
  79.    A number of routines have been converted from BASIC to ASM.
  80.    This has caused changes in the DECLAREs for the following
  81.    routines:
  82.       GetScreen, InitPtr, PutScreen
  83.  
  84.    A mistaken assumption about far string handling caused
  85.    problems with many far string routines.  These have been
  86.    fixed.  Note that since far string support was added to the
  87.    shareware version of PBClone as of v1.9, these routines have
  88.    not been tested in use as much as the near string routines,
  89.    and I expect more bugs will probably settle out within the
  90.    next few releases.  If you run into any problems, tell me!
  91.  
  92.    The ArcView demo program now works smoothly with archives
  93.    containing filenames that include path specifications.
  94.  
  95.    Fixes and improvements:
  96.       DriveSpace& and DrvSpaceL recognize invalid drives.
  97.       IdentifyFile recognizes many more file types.
  98.       ObjScan now screens out VB-DOS internal symbols.
  99.       SubExist and SubExist2% now screen out wildcards.
  100.       Upcase1 now uses National Language Support if it can.
  101.  
  102.    Additions:
  103.       BRead, BWrite, CenterSt, CPUSpeed, FDescRead, FReadLn,
  104.       GetMouseVer, GetTick, GetVGAColor, IRead, IWrite, LIRead,
  105.       LIWrite, LRead, LWrite, SetVGAColor, UpcaseI, UpcaseI1
  106.  
  107.  
  108.  
  109. PBClone 1.9, 07/27/92:
  110.  
  111.    The source code for the PBClone routines which are written
  112.    in BASIC is now included in the shareware version.  A set of
  113.    near and far string libraries for the assembly language part
  114.    of PBClone is also included.  This allows you to create a
  115.    PBClone library for QuickBasic 4.x and PDS 6.0-7.1, rather
  116.    than just for QuickBasic 4.5 as in previous versions.
  117.  
  118.    Fixes and improvements:
  119.       Elapsed & ElapsedTime$ allow times that cross midnight.
  120.       FileCRC is much smaller and faster.
  121.       FindFirstA can now scan self-extracting LHARC archives.
  122.       PCDat$ works properly with far strings.
  123.       Processor & Processor2% can now identify 80486 CPUs.
  124.       StrUsqu2 and StrUsqu3 now support far strings.
  125.       SubExist & SubExist2% now check drives as well as dirs.
  126.       WeekDay1 now works.
  127.  
  128.    Many routines have been converted from BASIC to assembly
  129.    language.  In the case of the following routines, this
  130.    caused the DECLARE to change as well:
  131.       CheckDate, DateA2R, StripBlanks, StripRange, StripSpaces
  132.  
  133.    As Microsoft adds time and date functions to BASIC, the
  134.    names of certain PBClone routines become a problem.  I've
  135.    renamed Month to Month0 and WeekDay to WeekDay0 in order to
  136.    resolve the conflicts.  In addition, the variables Hour%,
  137.    Minute%, Second%, Month%, Day%, and Year% have been replaced
  138.    by HourNr%, MinuteNr%, SecondNr%, MonthNr%, DayNr%, and
  139.    YearNr%.  Sorry for any inconvenience.  Such is progress.
  140.  
  141.    Added LIB_BI.DOC, a tutorial which explains how to use
  142.    libraries and include files.  This is included with PBClone
  143.    by the kind permission of Daniel M. Smith, Jr., the author.
  144.  
  145.    Additions:
  146.       AscM, DupeVar, HiByte, HiLite, HiWord, LoByte, LoWord,
  147.       StrSqu, StrSqu3, StrUnsq, StrUnSqu3
  148.  
  149.  
  150.  
  151. PBClone 1.8, 05/08/92:
  152.  
  153.    A bug was fixed in SetComm, which was setting the baud rate
  154.    incorrectly. More importantly, however, I ran into a serious
  155.    Microsoft bug which I'd thought had long since been fixed.
  156.    It appears that QuickBASIC 4.0-4.5 and BASCOM/PDS 6.0-7.1
  157.    destroy vital comm port information in the BIOS data area,
  158.    making it impossible for any of the PBClone comm routines to
  159.    function. I have enclosed patch information for QB 4.5 in
  160.    QBPATCH.TXT.  If you have a different compiler or do not
  161.    wish to modify your BASIC libraries, use the following
  162.    work-around:
  163.  
  164.       SaveComm$ = SPACE$(8)
  165.       DGetSt &H40, 0, 0&, SaveComm$        ' save comm info
  166.       ' OPEN the comm port as desired
  167.       DPutSt &H40, 0, 0&, SaveComm$        ' restore comm info
  168.       ' now you can use PBClone comm routines
  169.  
  170.    In the new QBPATCH.TXT file, there is information about how
  171.    to permanently eradicate that comm-killer bug, among other
  172.    things.  It's been many years since Microsoft upgraded QB.
  173.    Maybe it's time for us to start fixing the bugs ourselves.
  174.  
  175.    Speaking of bugs... a lot of 'em have settled out in the
  176.    last few months.  Bugs were fixed in the MaxL and MinL
  177.    functions, which would return the wrong results if both
  178.    parameters were negative. A bug was fixed in FCreate, which
  179.    would lock the computer. A bug was fixed in the near-string
  180.    version of Xlate. A bug was fixed in the far-string version
  181.    of GetExecPath. Bugs were fixed in SubExist and SubExist2,
  182.    which changed the path.  They were also made insensitive to
  183.    a DR-DOS flaky. The PSortSt and SortSt routines were
  184.    incorrectly documented. The Date2Int and Int2Date routines
  185.    had a problem and return different values now.
  186.  
  187.    The various sort routines would not compile under BC7/PDS
  188.    due to use of a STACK array (STACK is a PDS reserved word).
  189.  
  190.    The TimeN2S routine will no longer translate zeros to the
  191.    current time.  After all, although "00:00:00" is an unusual
  192.    time, it is a valid one.  Getting the current time can be
  193.    more easily done with the TIME$ function anyway.
  194.  
  195.    The CatchError/GetError routines don't work any better than
  196.    they used to, but you can replace them with the new
  197.    GetError2% function, which appears to be more effective.
  198.  
  199.    The VARCDEMO program has been renamed to ARCVIEW.  As well
  200.    as the filename-only listing, it now allows a detailed view
  201.    of an archive-- try the /V option.  A new demo has been
  202.    added, DIRVIEW, to show the use of the LoadDirAll routine.
  203.  
  204.    If you use the excellent 4DOS command shell, try the new
  205.    ADD4DOS batch file-- it adds descriptions of all PBClone
  206.    files which will show up when you type DIR.  No more
  207.    guessing about filenames!
  208.  
  209.    Microsoft's simplified segment directives made it much
  210.    easier to create assembly language routines.  Unfortunately,
  211.    when you have a library as big as PBClone, they're
  212.    counterproductive.  I've converted the PBClone sources to
  213.    use the old-style full segment directives.  The added
  214.    flexibility this gave me provided a number of benefits:
  215.  
  216.      - the .QLB library is smaller, providing more QB/QBX
  217.        environment space
  218.      - data areas have been consolidated, providing more data
  219.        space
  220.      - common code has been consolidated, reducing memory
  221.        requirements (and often improving the speed, since near
  222.        calls can be used)
  223.      - improved granularity
  224.  
  225.    Many of the routines that were in BASIC have been converted
  226.    to assembly language.  Although few of these routines were
  227.    particularly time-critical, the translation allowed for
  228.    fewer segments and improved memory usage.
  229.  
  230.    Doc files have been converted to 64 col x 59 row pages to
  231.    allow printing on a greater variety of printers.  You may
  232.    want to think twice before printing out the PBCLONE?.MAN
  233.    files, though, as they total over 10,000 lines.
  234.  
  235.    Additions:
  236.       CeilD, CeilS, ExplainFAttr, FarPeekI, FarPeekL, FarPokeI,
  237.       FarPokeL, FileCount, FloorD, FloorS, GetError2, GetFSize,
  238.       Int2DateSt, Int2TimeSt, IsAlNum, IsAlpha, IsASCII,
  239.       IsCntrl, IsDigit, IsLower, IsPrint, IsPunct, IsSpace,
  240.       IsUpper, IsXDigit, LoadDir, LoadDirAll, LogicalDrives,
  241.       MPrint, MWindow, Num2Phone, Odd, OddL, Phone2Num,
  242.       PrinterInit
  243.  
  244.  
  245.  
  246. PBClone 1.7, 01/08/92:
  247.  
  248.    Argh, drat.  In the rush to release a fix for PBClone 1.5, I
  249.    forgot that I'd pulled the ARCHIVE.OBJ routines out to add
  250.    new capabilities.  Result? A bug fix that only had different
  251.    bugs!  My apologies.  I've added a group of beta testers to
  252.    prevent this sort of thing in the future.
  253.  
  254.    Bug fixes affect: CheckDisk, CheckDsk, CRC, GetTimeFx,
  255.    RenSub, SInput.
  256.  
  257.    I'm breaking PBClone away from its obsession with following
  258.    ProBas.  I am taking this opportunity to remove dummy
  259.    parameters from routines which only included them for ProBas
  260.    compatibility, and to delete routines which are obsolete or
  261.    have no function except in ProBas.  My apologies for any
  262.    inconvenience these changes may cause you.  This is a
  263.    one-time thing.
  264.  
  265.       Altered: CtrlKey, DCal, FindPatch, GrafRest, GrafSave,
  266.       HCls, HLine, HMode, HPrint, HSetPixel, HTestPixel
  267.  
  268.       Deleted: DrvSpace, GetMoveBack, GetSizeF, HInit, HPage,
  269.       SetRows
  270.  
  271.    The FindFirstA set of routines now supports ARJ and ZOO
  272.    archives.
  273.  
  274.    Some of the territory covered by the new routines includes
  275.    Windows and 4DOS detection, sorting and binary searches,
  276.    control over the Break key, graphics mouse cursors, printer
  277.    checking and formatted dollar input.
  278.  
  279.    Additions:
  280.       AllExtMem, AndSt, BinSeekD, BinSeekI, BinSeekL, BinSeekS,
  281.       BinSeekSt, BreakCheck, BreakOff, BreakOffDone, CRC1,
  282.       DInput, FloppyType, Get4DOSv, GetPrtAddr, InitPtr,
  283.       MouseCursor, OrSt, PrinterReady, PSortD, PSortI, PSortL,
  284.       PSortS, PSortSt, ReverseD, ReverseI, ReverseL, ReverseS,
  285.       ReverseSt, RolSt, RorSt, SetPrtAddr, ShlSt, ShrSt, SortD,
  286.       SortI, SortL, SortS, SortSt, WinCheck, XorSt, XQPrintOver
  287.  
  288.  
  289.  
  290. PBClone 1.6, 10/09/91:
  291.  
  292.    There was an error in the PBCLONE.INF entries for GetXMSm
  293.    and GetXMSv. This has been corrected.  The CheckDate routine
  294.    would bomb out if it was given an illegal month.  This has
  295.    likewise been fixed.
  296.  
  297.    The reference manual was getting too large for my favorite
  298.    editor, so I split it in half.  PBCLONE1.MAN covers A-F and
  299.    PBCLONE2.MAN covers G-Z.
  300.  
  301.  
  302.  
  303. PBClone 1.5, 09/25/91:
  304.  
  305.    Support for far strings has been added to PBClone.  This
  306.    means you can use PBClone in the QBX environment and with
  307.    the BC7 "PDS" /Fs option.  Only the registered version
  308.    provides this feature, since you must recompile the BASIC
  309.    sources with whichever PDS version you have.
  310.  
  311.    A bug in the DEMO.BAS file having to do with expanded memory
  312.    has been fixed.  This derived from my not reading the
  313.    documentation-- take heed! EVERYBODY needs to read the
  314.    documentation!
  315.  
  316.    Bugs of varying levels of significance have been collected,
  317.    labeled, and sent to the Smithsonian.  Fixed routines:
  318.    FindFirstA series, FindPatch, MMButton, MMButton3, ObjScan.
  319.  
  320.    In PBClone 1.4, a PBCOBJ.ZIP file was included which
  321.    contained all of the object files for PBClone.  This has
  322.    been replaced with PBCLONE.LIB.  Use the utilities included
  323.    with LIBWIZ (separate) to extract all of the .OBJ files from
  324.    the library to allow you to create your own custom libraries.
  325.  
  326.    Complaints of bugs in BarMenu have prompted me to add
  327.    MENUDEMO.BAS and MENUDEMO.EXE.  BarMenu works flawlessly,
  328.    but evidently was insufficiently documented.  The addition
  329.    of this example code should help.  I've added VARCDEMO.BAS
  330.    and VARCDEMO.EXE as well to demonstrate the archive-viewing
  331.    routines.
  332.  
  333.    Assembly language source code has been converted from OPTASM
  334.    to MASM 6.0. While MASM is still not up to OPTASM in many
  335.    respects, it's close enough, especially given that SLR has
  336.    not updated OPTASM in the past few years and it doesn't even
  337.    support 80386 codes yet.  Oh well.  MASM may be yucky, but
  338.    it's still (somehow) the standard, and as of v6.0 it's at
  339.    least tolerable.
  340.  
  341.    Additions:
  342.       FileCRC, GetXMSm, GetXMSv
  343.  
  344.  
  345.  
  346. PBClone 1.4, 03/28/91:
  347.  
  348.    This library is now too large for BASIC to cope with as a
  349.    unit.  Look for LIBWIZxx.ZIP (separate), a library manager
  350.    which will allow you to create custom libraries containing
  351.    just the routines you need.
  352.  
  353.    The Processor and Processor2 routines can now differentiate
  354.    NEC V20 chips.
  355.  
  356.    Additions:
  357.       AltKey, BarMenu, BarMenuM, CalcDate, CDROM2, CheckDate,
  358.       CheckDsk, ClearArea, CtrlKey, CWindowManager, DateA2R,
  359.       DateR2A, DCal, DCalendar, DGQPrint, DGXQPrint,
  360.       DGXQPrint1, EnhKbd, EuropeDate, EWindowManagerC,
  361.       EXQPrintC, FileCopy, FindFirstFx, FindNextFx, FindPatch,
  362.       ForceMatch, FormatDate, GetAttrFx, GetCommAddr,
  363.       GetDateFx, GetDView, GetHGA, GetLine, GetMoveBack,
  364.       GetNameFx, GetRows2, GetSizeFx, GetTimeFx, GetTView,
  365.       GetTVScreen, GXQPrint, GXQPrint1, KbdType, KbdType2,
  366.       KVal, LScroll, LVal, MemSwap, ObjScan, PatchDone, PrtSc,
  367.       Rand, RScroll, SetCommAddr, SetPatch, TypePrint,
  368.       UpdTVScreen, WeekDay1
  369.  
  370.  
  371.  
  372. PBClone 1.3, 02/21/91:
  373.  
  374.    The GetLabel and GetLabel2 routines were fixed to overcome a
  375.    DOS 2.x bug. They should now work properly with DOS 2.0 on.
  376.  
  377.    A crude TSR file viewer, FV.EXE, has been added to make
  378.    syntax and usage questions less of a bother.  It would be
  379.    wise to try it out on something nonessential first-- it
  380.    seems to work fine with QuickBASIC, but it locks up my
  381.    favorite editor.  See PBCLONE.DOC for details.
  382.  
  383.    Additions:
  384.       CheckShare2, CloseA, CPrintScreen1, CPrintScreen2,
  385.       CursorInfo, EMSBuffer, EMSClose, EMSGet, EMSOpen, EMSPut,
  386.       EMSRest, EMSSave, FindFirstA, FindNextA, GetCRCA,
  387.       GetCRCAL, GetDateA, GetMouseLoc, GetNameA, GetSerial,
  388.       GetSizeAL, GetStoreA, GetTimeA, GQPrint, HandleInfo,
  389.       HCls, HInit, HLine, HMode, HPage, HPrint, HSetPixel,
  390.       HTestPixel, MaxD, MaxS, MinD, MinS, NumFormat, NumProc,
  391.       NumProc2, ParseFSpec, PrintFile, Processor, Processor2,
  392.       ReadBitF, RedirectIn, RedirectOut, SetBit, SetLabel,
  393.       SetMouseLoc, SInput, SInputSet, SInputSet1, SInputSet2,
  394.       WriteBitF
  395.  
  396.  
  397.  
  398. PBClone 1.2, 01/28/91:
  399.  
  400.    A bug in the Floppies and Floppies2 routines has been
  401.    fixed.  Thanks to Dennis Allen for bringing it to my
  402.    attention and suggesting a solution.
  403.  
  404.    A bug in the StrIns routine has been fixed.  Thanks to Birk
  405.    Binnard for bringing it to my attention.
  406.  
  407.    Additions:
  408.       DRecDel, DRecIns, DReColor, DReColorArea, DWindowManager,
  409.       DWindowMan2, DWindowMan3, DWindowMan4, DXQPrint,
  410.       EGARest7, EGARest8, EGARest9, EGASave7, EGASave8,
  411.       EGASave9, GetKbd2, GrafPrint, GrafRest, GrafSave, LClose,
  412.       LGet, Locase1, LOpen, LPut, StrSqu2, StrSquLen2,
  413.       StrUnsqu2, StrUnsquLen2, TInstr, UnSplit, Upcase1
  414.  
  415.  
  416.  
  417. PBClone 1.1, 12/28/90:
  418.  
  419.    The QLB version of the library is no longer included, to
  420.    help reduce the size of this burgeoning package.  You can
  421.    create it from the LIB like so:
  422.  
  423.       LINK PBCLONE.LIB/Q/SE:512,,NUL,BQLB45
  424.  
  425.    See the LIBRARY.TXT and QUESTION.TXT files if this doesn't
  426.    work for you.
  427.  
  428.    The manual has been split into two parts to allow easier use.
  429.  
  430.    Several of the memory and string routines are now faster.
  431.  
  432.    The mouse-handling part of CheckKey, CheckKey3, GetKey, and
  433.    GetKey3 has been enabled.
  434.  
  435.    Additions:
  436.       AscI, BIOSInkey, CalcAttr2, DelayV, DGetRec, DOSErrM,
  437.       DOSInt, DPutRec, DScrRest, DScrSave, ElapsedTime, Exist2,
  438.       ExtendFSpec, Extract, FGetLoc2, FSize2, GetCRT2,
  439.       GetDrive, GetEGA2, GetSub2, GetSwitch2, GetVGA2,
  440.       IntVector, IStr, IVal, MaxL, MinL, MMButton, MMButton3,
  441.       MMCheck, MMClick, MMClick3, MMCursorOff, MMCursorOn,
  442.       MMGetLoc, MMSetLoc, MMSetRange, MousePen, MouseRest,
  443.       MouseBuffer, MouseSave, NameCase2, ReColor, ReColorArea,
  444.       ReplaceString, Sec2Time, Split, SubExist2, Time2Sec,
  445.       WindowManager, WindowMan2, WindowMan3, WindowMan4
  446.  
  447.  
  448.  
  449. PBClone 1.0, 12/03/90:
  450.  
  451.    This is the initial release of the PBClone library,
  452.    featuring 222 routines.
  453.